From d4802fcbc085aa06294083b768ca376a06250a4e Mon Sep 17 00:00:00 2001 From: Stuart Prescott Date: Sun, 2 Mar 2025 12:00:56 +1100 Subject: [PATCH] Add extra dependencies from ./debian/check-deps --- debian/control | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/control b/debian/control index 80225eaa..eef055e6 100644 --- a/debian/control +++ b/debian/control @@ -445,6 +445,8 @@ Package: python3-pyside6.qtgraphs Architecture: any Depends: python3-pyside6.qtcore, + python3-pyside6.qtgui, + python3-pyside6.qtqml, ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, @@ -461,6 +463,9 @@ Architecture: any Depends: python3-pyside6.qtcore, python3-pyside6.qtgraphs, + python3-pyside6.qtgui, + python3-pyside6.qtquick, + python3-pyside6.qtquickwidgets, ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, -- 2.30.2